Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set default core number to 1 in RP2040 #88

Merged

Conversation

chinglee-iot
Copy link
Owner

@chinglee-iot chinglee-iot commented Jul 21, 2023

Description

Move default configNUMBER_OF_CORES definition forward for portmacro.h.

Test Steps

  • Build FreeRTOS/FreeRTOS/Demo/ThirdParty/Community-Supported/CORTEX_M0+_RP2040.
    Before : There will be compilation error.
Missing definition:  configUSE_MINIMAL_IDLE_HOOK must be defined in FreeRTOSConfig.h as either 1 or 0.  See the Configuration section of the FreeRTOS API documentation for details.

After : No compilation error.

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@chinglee-iot chinglee-iot requested a review from aggarg July 21, 2023 08:34
@chinglee-iot chinglee-iot merged commit 9be537e into smp-dev-complete-merge-candidate-history Jul 24, 2023
@chinglee-iot chinglee-iot deleted the set-RP2040-default-cores branch July 26, 2023 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants